Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make execute_bundles() receives IntoIterator #2410

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Make execute_bundles() receives IntoIterator #2410

merged 1 commit into from
Jan 20, 2022

Conversation

maku693
Copy link
Contributor

@maku693 maku693 commented Jan 20, 2022

Connections

Fix #2406

Description

It would be better aligned with other interfaces like Queue::submit(), and be more convenient like we can pass Some(render_bundle).

Testing

Ran cargo check

@kvark kvark enabled auto-merge (squash) January 20, 2022 16:06
@kvark kvark merged commit 299e6f4 into gfx-rs:master Jan 20, 2022
cwfitzgerald pushed a commit that referenced this pull request Oct 25, 2023
* [glsl-out] Add built-in functions to keywords

Fixes #2276 and part of #2366.

* add a few more keywords and document where they come from

---------

Co-authored-by: teoxoy <28601907+teoxoy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It would be nice if wgpu::RenderPass::execute_bundles receive IntoIterator instead of Iterator
2 participants